{% extends 'base_dashboard.html' %} {% block title %}Categories — {{ site_settings.institute_name }}{% endblock %} {% block content %}
Organize courses and certifications by category
| Name | Applies to | Order | Status | |
|---|---|---|---|---|
|
{{ cat.name }}
{% if cat.description %}{{ cat.description }} {% endif %}
|
{{ cat.get_applies_to_display }} | {{ cat.order }} | {% if cat.is_active %} Active {% else %} Inactive {% endif %} | Edit |
| No categories yet. Add one to start organizing courses and certifications. | ||||